home *** CD-ROM | disk | FTP | other *** search
- inherited InheritedForm: TInheritedForm
- Caption = 'Inherited Form'
- Color = clAqua
- PixelsPerInch = 96
- TextHeight = 13
- inherited Label1: TLabel
- Left = 103
- Width = 249
- Height = 52
- Caption =
- 'This is a new (inherited) form used by the application when the ' +
- 'appropriate custom package has been loaded. The application know' +
- 's nothing about the new bits in this form.'
- end
- object BtnDoSomething: TButton [2]
- Left = 190
- Top = 96
- Width = 75
- Height = 25
- Caption = '&Do Something'
- TabOrder = 1
- OnClick = BtnDoSomethingClick
- end
- end
-